Feature: Ghost
Scenarios
|
Chart |
Status Progress |
||||
|---|---|---|---|---|---|
|
1
|
|
||||
| Total duration: | |||||
| 1m 46.710s |
Scenario: E0002 - Crear un post con titulo y contenido
Before
0m 2.080s
Given
I navigate to page "http://localhost:2368/ghost/#/signin"
0m 5.046s
When
I enter email "d.oicata@uniandes.edu.co" password "1090Oicata@"
0m 3.611s
And
I wait for 1 seconds
0m 1.978s
Then
I clic to Sign in
0m 2.754s
Then
Página principal del administrador
0m 1.374s
Then
Clic en la sección de Posts
0m 3.758s
Then
Página de listado de posts
0m 1.567s
When
Clic en el boton New Post
0m 2.019s
Then
Titulo del post
0m 1.916s
Then
Clic en Contenido
0m 1.125s
Then
Contenido del post
0m 1.571s
And
I wait for 1 seconds
0m 1.660s
Then
Clic en el boton publish-flow
0m 2.553s
Then
Clic en el boton Continue
0m 1.157s
Then
Clic en el boton Publish Post
0m 1.331s
Then
Cierre el modal de confirmación
0m 3.948s
And
I wait for 5 seconds
0m 6.031s
Then
Valida Post publicado en la lista de posts
0m 1.203s
+ Show Error
TypeError: elem[prop] is not a function
at D:\REPOSITORIOS_UNIANDES\Kraken\Kraken\node_modules\@wdio\utils\build\shim.js:252:38
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async lastPostCreated (D:\REPOSITORIOS_UNIANDES\Kraken\Kraken\features\web\step_definitions\post.js:46:25)
at async KrakenWorld.<anonymous> (D:\REPOSITORIOS_UNIANDES\Kraken\Kraken\features\web\step_definitions\step.js:63:3)
After
0m 0.028s
Screenshots
Before
NO IMAGE AVAILABLE
Given
I navigate to page "http://localhost:2368/ghost/#/signin"
When
I enter email "d.oicata@uniandes.edu.co" password "1090Oicata@"
And
I wait for 1 seconds
Then
I clic to Sign in
Then
Página principal del administrador
Then
Clic en la sección de Posts
Then
Página de listado de posts
When
Clic en el boton New Post
Then
Titulo del post
Then
Clic en Contenido
Then
Contenido del post
And
I wait for 1 seconds
Then
Clic en el boton publish-flow
Then
Clic en el boton Continue
Then
Clic en el boton Publish Post
Then
Cierre el modal de confirmación
And
I wait for 5 seconds
Then
Valida Post publicado en la lista de posts
After
NO IMAGE AVAILABLE